home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvutilp.arc / DVUTIL.DOC next >
Text File  |  1991-12-27  |  3KB  |  60 lines

  1. DVUTIL release 1.1 - Desqview utilities for the common person
  2. Copyright 1990 by PowerSoft and David G. Thomas
  3.  
  4. We may be reached at the PowerSoft BBS  (404) 928-9294
  5.  
  6. You are free to use this program as you please, and distribute it
  7. to your friends.  I only ask that you do not alter the program, and
  8. you include this file when you pass it on.
  9.  
  10. Usage: DVUTIL [options]
  11.  
  12. Options that perform actions:
  13.    -FGOnly 0/1      : Tells if this task is to run only in the foreground
  14.    -GOBack          : Send this task into the background
  15.    -GOFore          : Send this task into the foreground
  16.    -HOGCPU 0/1      : Tells whether to allow task switches
  17.    -Open pif cmd dir: Open a window and run a command in the specified dir
  18.    -SOUND freq,dur  : Make a sound
  19.    -Status          : Print some DESQview status info
  20.    -SUSpend         : Suspend processing in the background
  21.    -WRITE string    : Write to the bottom line of the physical screen
  22.  
  23. Options that change the current window parameters:
  24.    -25              : Make this a full size 25 line window
  25.    -43              : Make this a full size 43 line window (EGA only)
  26.    -50              : Make this a full size 50 line window (VGA only)
  27.    -WinFrame 0/1    : Tell if a window frame is desired
  28.    -WinFrameAtr atr : Set the video attribute of the window frame
  29.    -WinJustify 0/1  : Tells if DV may do auto window justification
  30.    -WinORiGin r c   : Set the scroll origin
  31.    -WinPosition r c : Set the current window position
  32.    -WinSize row col : Set the current window size
  33.    -WinSize         : Set the window to full logical size
  34.    -WinLogSize r c  : Set the logical window size (pad size)
  35.    -WinLogSize      : Set the logical window size to be full screen
  36.    -WinMaxSize r c  : Set the maximum window size
  37.    -WinMinSize r c  : Set the minimum window size
  38.    -WinZoomAll      : Set the window to show all of this screen
  39.    -WinTitle string : Set the title of this window
  40.  
  41. Options that set the DOS ERRORLEVEL:
  42.    -InDesqView : Determine if we are in DESQview - 2 means No
  43.    -ScreenCols : Get the number of columns on the full screen
  44.    -ScreenRows : Get the number of rows on the full screen
  45.    -Window     : Get the current window number
  46.    -WinRows    : Get the number of rows in the window
  47.    -WinCols    : Get the number of columns in the window
  48.  
  49. Argument Value Notes:
  50.   0/1  normally means 0 for off, 1 for on.
  51.   pif  may be full path or filename of the DESQview pif file
  52.        If pif file is in the path or in C:DV then 2 letter open-keys
  53.        may be specified.
  54.   cmd  is the command line, or specify '=' for the default.
  55.        If the command has args, they must be quoted with double quotes.
  56.   dir  is the directory to start the program in, or '=' for the default.
  57.        dir will be converted to a full pathname if specified.
  58.        '.' may be used to signify the current directory.
  59.   atr  is a screen attribute - see the IBM DOS manual.
  60.